home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / FUND.dxr / 00084_loop till all 3 boxes clicked.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  169 b   |  8 lines

  1. on exitFrame me
  2.   if (sprite(16).visible = 1) and (sprite(18).visible = 1) and (sprite(20).visible = 1) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.